
***************************************************************************


	              ******************************

	              <<<<<<    FLIB  UTILS   >>>>>>

  	              ******************************

		      <<<<< by Franois LEIBER >>>>>


***************************************************************************


FlMenu() creates a menu containing all the functions in flib, indispensable
for all programmers.

***************************************************************************

Mkpic() is a program who converts a area of the graphical screen in a 
string that can be used by the function 'mkpic'. The syntax is :
	mkpic(x,y,w,h,name)
where (x, y) is the corner of the area you want to convert, w its width, 
h its heigth, and 'name' is a string containing the name of the variable
who will be created by mkpic.

***************************************************************************

Kbdprgm9() is a small program who optimizes your calculator's keyboard by
changing the autorepeat delay and the delay between two repetitions.
Since those delays are initialized each time you turn your calculator off, 
you just have to press Diamond+9 when you turn it on to launch this program.
P.S. Several days after I did this example, I found two similar programs
appeared on the internet, but the advantage of this one is that it's 
accessible to BASIC programmers, and that you can easily change the values !
